html,body,div,ul,ol,li,span,p,a,b,i,h1,h2,h3,img,input,select,textarea,button{margin:0;padding:0;border:0}
html,body{width:100%;height: 100%;margin:0 auto;position:relative;}
ul,ol,li{list-style:none;}
input,select,textarea,button{outline:none;}
a{ text-decoration: none; -webkit-tap-highlight-color: transparent; -webkit-user-select: none;}
i{ font-family: PingFangSC; }

.top_bar{ width: 100%; height: 2.5rem; position: absolute; top: 0; left: 0; z-index: 7; transition: .5s}
.top_bar .logo{ width: 5rem; height: 1.575rem; background-image: url(/style/img/logo/ft_heng_chunbai.svg); background-size: 100% 100%; display: block; float: left; margin: .5rem; position: relative; z-index: 2; }
.home .top_bar .logo{ width: 5rem; height: 1.575rem; background-image: url(/style/img/logo/ft_heng_bai.svg); background-size: 100% 100%; display: block; float: left; margin: .5rem; position: relative; z-index: 2; }
.top_bar .nav{ width: 100%; position: absolute; top: 2.5rem; border-top: 1px #e5e5e5 solid; padding-bottom: 1.5rem; background-color: rgba(255,255,255,.95); z-index: 1; visibility: hidden; opacity: 0; transition:opacity .5s}
.top_bar .nav.show{ opacity: 1; visibility: visible; }
.top_bar .nav a{ display: block; width:16.25rem; margin: 0 auto; font-size: .7rem; color: #333; height: 2.5rem; line-height: 2.5rem; border-bottom: 1px #e5e5e5 solid; position: relative;}
.top_bar .nav a:hover{ color: #fe7445 }
.top_bar .nav a.cur{ color: #fe7445 }
.top_bar .nav a:after{ width: .5rem; height: .5rem; content: ""; display: block; border-top: 1px #d4d4d4 solid; border-left: 1px #d4d4d4 solid; position: absolute; top: 1rem; right: .5rem; transform: rotate(135deg); }
.top_bar .nav_btn{ width: 1.4rem; height: .1rem; display: block; background-color: #fff; float: right; position: relative; margin: 1.1rem .5rem; transition: .3s; z-index: 2; }
.top_bar .nav_btn i{ width: 100%; height: 2rem; position: absolute; top: 50%; margin-top: -1rem; left: 0; display: block;}
.top_bar .nav_btn:before{ content: ""; display: block; width: 1.4rem; height: .1rem; background-color: #fff; position: absolute; top: -.45rem; left: 0; transition: .5s; transform-origin: 0 50%; z-index: 3;}
.top_bar .nav_btn:after{ content: ""; display: block; width: 1.4rem; height: .1rem; background-color: #fff; position: absolute; bottom: -.45rem; left: 0; transition: .5s; transform-origin: 0 50%; z-index: 3;}
.top_bar .nav_btn.show{ background-color: transparent!important; }
.top_bar .nav_btn.show:before{ transform: rotate(45deg); top: -.5rem; border-radius: 1rem; overflow: hidden; background-color: #484848}
.top_bar .nav_btn.show:after{ transform: rotate(-45deg); bottom: -.5rem; border-radius: 1rem; overflow: hidden; background-color: #484848; transform: ro}
.top_bar.show .nav_btn{ background-color: #484848; }
.top_bar.show .nav_btn:before{ background-color: #484848; }
.top_bar.show .nav_btn:after{ background-color: #484848; }
.top_bar.show{ background-color: #fff; }
.top_bar.show a{ color: #333; }
.top_bar.show .logo{background-image: url(/style/img/logo/ft_heng_hei.svg);}



.top_bar .pic_1{ position: absolute; top: -15rem; }
.top_bar .pic_2{ position: absolute; top: -15rem; }


.home{ overflow: hidden; }
.swiper_main{width:100%;height:100%; position: relative; overflow: hidden;}
.main_pagination{ display: none }
.swiper_main .swiper-main-slide{width:100%; position: relative; overflow: hidden; background-position: center center; background-repeat: no-repeat;}
.swiper_main .swiper-main-slide .ft_dye{ position: absolute; z-index: 1; width: 100%; height: 100%; overflow: hidden; }
.swiper_main .swiper-main-slide .ft_dye img{ display: block; pointer-events: none; position: absolute; z-index: 1}
.swiper_main .swiper-main-slide .inner{width: 100%; height: 100%; position: absolute; top: 3rem; left: 0; z-index: 2;}

.part_1{ background-image: url(img/part_1_m.jpg); background-size: 100% auto; }
.part_1 .slogan{ width: 18.05rem; height: 13.075rem; background-image: url(img/slogan_m.png); background-size: 100% 100%; display: block; position: absolute; top: 50%; margin-top: -9.6rem; z-index: 3; left: 50%; margin-left: -9rem; }
.part_1 video{ width: 100%; position: absolute; top: 0; left: 0; z-index: 1; }
.part_1 .home_video_mask{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; background-color: rgba(0,0,0,.4); }
.part_1 .home_video{ width: 100%; height: 100%; overflow: hidden; position: relative;}
.part_1 .home_video canvas{ width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%); object-fit: cover; z-index:0;display:none}
.part_1 .home_video_btn{ width: 2.5rem; height: 2.5rem; display: block; background-color: rgba(255,255,255,.2); background-image: url(img/video_btn.png); background-size: 30% auto; background-repeat: no-repeat; background-position: center center; border: 2px #fff solid; border-radius: 2.5rem; position: absolute; top: 50%; margin-top: 5rem; left: 50%; margin-left: -1.25rem; box-sizing: border-box; z-index: 4;}
.part_1 .scroll_tips{ width: 2rem; height: 2rem; border-radius: 2rem; border: 1px rgba(255,255,255,.2) solid; position: absolute; bottom: 1rem; left: 50%; margin-left: -1rem; z-index: 4; cursor: pointer; transition: .5s }
.part_1 .scroll_tips:hover{ background-color: rgba(255,255,255,.1); }
.part_1 .scroll_tips:before{ width: .2rem; height: .2rem; display: block; content: ""; border-left: 1px #fff solid; border-bottom: 1px #fff solid; position: absolute; top: .78rem; left: .85rem; animation: SlowAction 1s linear infinite alternate;}
@-webkit-keyframes SlowAction {
	from { transform: translateY(0) rotate(-45deg); }
	to { transform: translateY(.2rem) rotate(-45deg); }
}
@keyframes SlowAction {
	from { transform: translateY(0) rotate(-45deg); }
	to { transform: translateY(.2rem) rotate(-45deg); }
}

.part_2{ background-image: url(img/part_2.jpg); cursor: url(/mouse_type.cur), pointer;}
.part_2 .ft_dye .dye_0{ opacity: 0; visibility: hidden;}
.part_2 .ft_dye .dye_1{ display: none!important}
.part_2 .ft_dye .dye_2{ top: 2rem; left: -14rem; animation: Dye 8s 2s linear infinite alternate; width: 22rem;}
.part_2 .ft_dye .dye_3{ top: 18rem; left: -12rem; animation: Dye 8s linear infinite alternate; width: 18.55rem;}
.part_2 .ft_dye .dye_4{ top: -5rem; left: 10rem; animation: Dye 8s 1s linear infinite alternate; width: 50.3rem;}
.part_2 .ft_dye .dye_5{display: none!important}

@-webkit-keyframes Dye {
	from { transform: translate(0,0); }
	30% { transform: translate(-1.5rem,.6rem); }
	60% { transform: translate(-2rem,1.5rem); }
	80%{ transform: translate(-1rem,.6rem); }
	100%{ transform: translate(0,0,0); }
}
@keyframes Dye {
	from { transform: translate(0,0); }
	30% { transform: translate(-1.5rem,.6rem); }
	60% { transform: translate(-2rem,1.5rem); }
	80%{ transform: translate(-1rem,.6rem); }
	100%{ transform: translate(0,0); }
}

.title_box{ position: absolute; top: 0; left: 1rem; color: #fff; overflow: hidden;}
.title_box i{ display: block; float: left; font-size: 2rem; color: #fff; font-weight: bold;}
.title_box span{ display: block; float: left; font-size: .9rem; color: #fff; padding: .8rem 0 0 .4rem; transform: skewX(-5deg);}

.swiper_news{ width: 100%; height: 100%; margin-top: 3.5rem; overflow: hidden;}
.swiper_news .swiper-news-slide{ height: 100%; position: relative; opacity: .5; transition: .5s}
.swiper_news .swiper-news-slide.swiper-slide-active{ opacity: 1; }
.swiper_news .swiper-news-slide .time{padding-left: .5rem; font-size: .65rem; color: #fff; display: block;}
.swiper_news .swiper-news-slide .news_img{ width: 13.5rem; overflow: hidden; margin:.5rem auto; border-radius: .3rem; display: block; box-shadow: 0 .6rem .2rem rgba(28,80,214,.3)}
.swiper_news .swiper-news-slide .news_img img{ display: block; width: 100%; transition: .5s }
.swiper_news .swiper-news-slide .news_img:hover img{ transform: scale(1.02); }
.swiper_news .swiper-news-slide .news_info{ width: 13.5rem; margin: 0 auto; padding-top: .6rem }
.swiper_news .swiper-news-slide .news_info .news_t{ font-size: .9rem; color: #fff; display: -webkit-box; line-height: 1.2rem; max-height: 2.4rem; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.swiper_news .swiper-news-slide .news_intro{ margin-top: .5rem; padding-top: .5rem; border-top: 1px rgba(255,255,255,.4) solid; font-size: .55rem; color: #fff;display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3;-webkit-box-orient: vertical; line-height: .9rem; max-height: 2.7rem; overflow: hidden;}
.swiper_news .swiper-news-slide .news_more{ width: 5rem; height: 1.85rem; margin-top: 1rem; display: block; line-height: 1.85rem; border-radius: 1.85rem; font-size: .75rem; border: 1px #fff solid; color: #0986d4; background-color: #fff; text-align: center; transition: .5s;}


.swiper_news .news_page{ position: absolute; top: 22rem; width:5rem; height: 2rem; line-height: 2rem; background-color: rgba(5,48,122,.2); border: 1px rgba(255,255,255,.2) solid; border-radius: 2rem; text-align: center; left: 50%; margin-left: -2.5rem; font-size: .6rem; color: #fff;  }
.swiper_news .news_page span{ padding:  0 .25rem; }
.swiper_news .news_page .news_page_numb{ font-size: 1rem; }


.part_3{ background-image: url(img/part_3.jpg);}
.part_3 .ft_dye .dye_1{ top: -8rem; left: -4rem; animation: Dye 8s 4s linear infinite alternate; width: 50rem}
.part_3 .ft_dye .dye_2{ bottom: -8rem; left: -8rem; animation: Dye 8s 2s linear infinite alternate;width: 20rem;}
.part_3 .ft_dye .dye_3{ top: 10rem; right: -15rem; animation: Dye 5s linear infinite alternate; width: 30rem;}

.swiper_culture{ width: 100%; position: absolute; top: 3.5rem; left: 0; overflow: hidden;}
.swiper_culture .swiper-culture-slide{ width: 14rem; position: relative; opacity: .5; transition: opacity .5s}
.swiper_culture .swiper-culture-slide.swiper-slide-active{ opacity: 1 }
.swiper_culture .swiper-culture-slide .culture_info{ width: 9.5rem; padding-left: 1rem; position: absolute; top: 8.25rem; z-index: 2;}
.swiper_culture .swiper-culture-slide .culture_info h1{ color: #fff; font-size: 1.7rem; line-height: 4rem; height: 4rem; }
.swiper_culture .swiper-culture-slide .culture_info h1 i{ font-style: normal; }
.swiper_culture .swiper-culture-slide .culture_info h1 span{ display: block; letter-spacing: .4rem; }
.swiper_culture .swiper-culture-slide:first-child .culture_info h1{line-height: 2rem;}
.swiper_culture .swiper-culture-slide .culture_info .line{ width: 1px; height: 10rem; background-color: rgba(255,255,255,.5);  position: absolute; top: -2.4rem; right: -1.5rem; z-index: 3;}
.swiper_culture .swiper-culture-slide .culture_info .line:before{ width: .4rem; height: .4rem; border-radius: .4rem; display: block; content: ""; background-color: #fff; position: absolute; top: -.2rem; right: -.2rem; z-index: 2;}
.swiper_culture .swiper-culture-slide .culture_info .line:after{ width: .6rem; height: .6rem; border-radius: .6rem; display: block; content: ""; background-color: #fff; opacity: .5; position: absolute; top: -.3rem; right: -.3rem; z-index: 1;}
.swiper_culture .swiper-culture-slide .culture_info .culture_intro{ font-size: .6rem; color: #fff; line-height: .9rem; height: 2.7rem; margin-top: .5rem}
.swiper_culture .swiper-culture-slide .culture_info b{ font-size: 2rem; color: #fff3d5; display: block; margin-top: 1rem; }
.swiper_culture .swiper-culture-slide .culture_info .more{  width: 5rem; height: 1.85rem; display: block; line-height: 1.85rem; border-radius: 1.85rem; font-size: .75rem; border: 1px #fff solid; color: #fff; text-align: center; transition: .5s;}
.swiper_culture .swiper-culture-slide .culture_img{ width: 12rem; height: 7.6rem; overflow: hidden; margin:0 auto; border-radius: .3rem; display: block; box-shadow: 0 10px 10px rgba(0,0,0,.1);}
.swiper_culture .swiper-culture-slide .culture_img img{ width: 100%; height: 7.6rem; display: block; transition: .5s }
.swiper_culture .swiper-culture-slide .culture_img:hover img{ transform: scale(1.02); }




.part_4{ background-image: url(img/part_4.jpg);}
.part_4 .ft_dye .dye_1{ top: -9rem; left: -7rem; animation: Dye 8s linear infinite alternate; width: 20rem}
.part_4 .ft_dye .dye_2{ top:-2rem; right: -5rem; animation: Dye 8s 2s linear infinite alternate; width: 55%;}

.part_4 .swiper_product{ width: 100%; height: 100%; position: absolute; top: 2.8rem; left: 0; overflow: hidden;}
.part_4 .swiper_product .swiper-product-slide{ width: 100%; position: relative; overflow: hidden;}
.part_4 .swiper_product .swiper-product-slide .product_img{ width: 16rem; height: 10.1rem; margin: 0 auto; border-radius: .3rem; overflow: hidden; }
.part_4 .swiper_product .swiper-product-slide .product_img img{ width: 16rem; height: 10.1rem; display: block; }
.part_4 .swiper_product .swiper-product-slide .pro_icon{ display: none; }
.part_4 .swiper_product .swiper-product-slide .product_info{ width: 16rem; margin: 0 auto; color: #fff;}
.part_4 .swiper_product .swiper-product-slide .product_info h1{ font-size: 1.25rem; display: block; padding-top: .5rem; white-space: nowrap; }
.part_4 .swiper_product .swiper-product-slide .product_info h2{ font-size: .55rem; font-weight: normal; display: block; white-space: nowrap; }
.part_4 .swiper_product .swiper-product-slide .product_info .product_intro{ font-size: .55rem; color:#fff; padding-top: .5rem; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 4; -webkit-box-orient: vertical; line-height: .9rem; max-height: 3.6rem; overflow: hidden;}
.part_4 .swiper_product .swiper-product-slide .product_info .more{ width: 5rem; height: 1.85rem; display: block; line-height: 1.85rem; border-radius: 1.85rem; font-size: .75rem; border: 1px #fff solid; color: #fff; text-align: center; margin-top: .5rem;}


.part_4 .pro_bar{width: 100%; height: 2.25rem; background-color: #fff; position: absolute; bottom: 0; left: 0; text-align: center; z-index: 3;}
.part_4 .pro_list{ width: 17.5rem; height: 2.25rem; margin: 0 auto; position: relative; font-size: 0;}
.part_4 .pro_list a{ width: 3.5rem; display: block; float: left; z-index: 2; transition: .5s; position: relative; bottom: 1.2rem;}
.part_4 .pro_list a img{ width: 2.25rem; margin: 0 auto; display: block; transition: .5s;}
.part_4 .pro_list a span{ display: block; font-size: .55rem; height: 1.1rem; line-height: 1.1rem; color: #666; text-align: center; width: 100%; white-space: nowrap;}
.part_4 .pro_list a.cur img{ width: 2.75rem; }
.part_4 .pro_list a.cur{ bottom: 1.7rem;}
.part_4 .pro_list a:nth-child(5){ display: none; }
.part_4 .pro_list a:nth-child(6){ display: none; }
.part_4 .pro_list a:nth-child(7){ display: none; }
.part_4 .pro_list .pro_cur{ width: 5.7rem; height: 1.4rem; position: absolute; bottom: 2.25rem; transition: .3s; left: -1.1rem; }

.part_4 .pro_button{ display: none }


.part_5{ background-image: url(img/part_5.jpg);}
.part_5 .title_box{ top:14rem; }
.part_5 .ft_dye{ position: absolute; z-index: 1; width: 100%; height: 100%; overflow: hidden; perspective: 0;}
.part_5 .inner{ z-index:2; transform: translate(0,1px); }
.part_5 .ft_dye .dye_1{ top: -4rem; right: -5rem; animation: none; width: 30rem; z-index: 1}
.part_5 .ft_dye .dye_2{ bottom:-3rem; left: -4rem; animation: none; width: 20rem; z-index: 1}

.part_5 .aboutus_info{ width: 16.25rem; position: absolute; top: 16.5rem; left: 1.25rem; color: #fff; z-index: 3}
.part_5 .aboutus_info .aboutus_intro{ font-size: .55rem; line-height: .9rem; }
.part_5 .aboutus_info .more{ width: 5rem; height: 1.85rem; display: block; line-height: 1.85rem; border-radius: 1.85rem; font-size: .75rem; border: 1px #fff solid; color: #fff; text-align: center; margin-top: .4rem;}
.part_5 .aboutus_img{ width: 16.5rem; position: absolute; top: -1rem; right: 0; z-index: 3;}
.part_5 .aboutus_img img{ width: 100%; display: block; }
.part_5 .aboutus_info .aboutus_nav{ width: 16.65rem; padding: 0 .3rem; height: 2rem; line-height: 2rem; font-size: 0; text-align: center; border: 1px rgba(255,255,255,.3) solid; border-radius: 2rem; margin-top: 1rem; margin-left: -0.5rem;}
.part_5 .aboutus_info .aboutus_nav a{ width: 20%; display: inline-block; font-size: .6rem; color: #fff; text-align: center; position: relative; transition: .5s}
.part_5 .aboutus_info .aboutus_nav a:before{ content: ""; display: block; width: 1px; height: .6rem; background-color: #fff; opacity: .2; position: absolute; top: .7rem; right: 0 }
.part_5 .aboutus_info .aboutus_nav a:last-child:before{ display: none; }



.part_6{ background-image: url(img/part_6.jpg);}
.part_6 .ft_dye .dye_1{ top: 0; left: -12rem; animation: Dye 8s linear infinite alternate; width: 20rem; opacity: .6;}
.part_6 .ft_dye .dye_2{ top:0; right:-6rem; animation: Dye 8s 2s linear infinite alternate; width: 12rem; opacity: .6;}
.part_6 .ft_dye .dye_3{ bottom:-3rem; left: -8rem; animation: Dye 8s 2s linear infinite alternate; width: 20rem; }

.swiper_video{ width: 100%; height: 12rem; position: absolute; top: 7rem; left: 0; overflow: hidden;}
.swiper_video .swiper-video-slide{ position: relative; transform: scale(.8); transition: .5s;}
.swiper_video .swiper-video-slide .video_box{ position: relative; border: 2px #fff solid; border-radius: .3rem; box-sizing: border-box; overflow: hidden;}
.swiper_video .swiper-video-slide video{ display: none }
.swiper_video .swiper-video-slide .video_cover{ width: 100%; z-index: 2; display: block; transition: 1s; opacity: 1; pointer-events: none;}
.swiper_video .swiper-video-slide .video_play{ width: 3rem; height: 3rem; background-image: url(img/video_play.png); background-size: 100% 100%; position: absolute; top: 50%; margin-top: -1.5rem; left: 50%; margin-left: -1.5rem; transition: .5s; z-index: 3;}
.swiper_video .swiper-video-slide .video_play:hover{ transform: scale(1.05); }
.swiper_video .swiper-video-slide.swiper-slide-active{ transform: translateX(0) scale(1)!important; z-index: 2; }
.swiper_video .swiper-video-slide.swiper-slide-visible{ transform: translateX(3rem) scale(.8); }
.swiper_video .swiper-video-slide.swiper-slide-active + .swiper-slide-visible{ transform: translateX(-3rem) scale(.8); }
.swiper_video .swiper-video-slide span{ display: block; width: 100%; text-align: center; font-size: 16px; color: #fff; position: absolute; bottom: -1.5rem; left: 0 }

.part_6 .video_button a{ width: 2rem; height: 2rem; display: block; position: absolute; background-image: url(img/video_arrow.png); background-size: 200% 100%; transition: .5s}
.part_6 .video_button a.video_prev{ top: 20rem; left: 1rem; background-position: left;}
.part_6 .video_button a.video_next{ top: 20rem; right: 1rem; background-position: right;}


.swiper_main .swiper-main-slide.main_footer{ width: 100%; height: 11rem!important; }
.footer{ width: 100%; height: 11rem!important; background-color: #333; overflow: hidden; }
.footer .foot_logo{ width: 6.3rem; height: 2rem; background-image: url(/style/img/logo/ft_heng_bai.svg); background-size: 100% 100%; display: block; margin: 1rem auto .1rem; }
.footer .foot_nav{ overflow: hidden; padding: .65rem 0; width: 17.1rem; margin: 0 auto;}
.footer .foot_nav a{ width: 5.5rem; border: 1px #3a3b3d solid; box-sizing: border-box; display: block; float: left; text-align: center; line-height: 2rem; height: 2rem; font-size: .6rem; margin: .1rem; color: #fff; position: relative; }
.footer .foot_info{ width: 95%; margin: 0 auto; padding-top: .1rem; font-size: .55rem; color: #666; text-align: center; line-height: .8rem;}
.footer .foot_info .copyright{ display: block;  }
.footer .foot_info .bei{ display: block; }
.footer .foot_info a{ color: #666; margin-left: .3rem; }
.footer .foot_info a:hover{ color: #fff }

.mask{ width: 100%; height: 100%; position: fixed; _position: absolute; top: 0; left: 0; background-color: rgba(0,0,0,.8); z-index: 8; display: none}
.pop_video{ width:14.15rem; height:7.85rem; position:fixed; top:20%; left:50%; margin-left:-7.075rem; z-index:11; border: 1px #fff solid; display:none;}
.pop_video .close{ width:0.75rem; height:0.75rem; position:absolute; top:-1.2rem; right:0; display:block; z-index:5}
.pop_video .close img{ transition:all ease .5s; width:100%;}
.pop_video .close:hover img{ transform:rotate(360deg);}
.pop_video video{ width:14.15rem; height:7.85rem;}


.header{ width: 100%; height: 9rem; position: relative; background-size: 100% 100%;}
.header.header_news{ background-image: url(img/header_news_m.jpg);}
.header.header_games{ background-image: url(img/header_careers_m.jpg);}
.header.header_careers{ background-image: url(img/header_careers_m.jpg);}
.header.header_aboutus{ background-image: url(img/header_aboutus_m.jpg);}
.header.header_gongyi{ background-image: url(img/header_gongyi_m.jpg);}
.header.header_culture{ background-image: url(img/header_culture_m.jpg);}
.header .h1{ font-size: 1.5rem; font-weight: bold; color: #fff; position: absolute; top: 3.7rem; left: 1.75rem; transform: skew(-8deg); }
.header .h2{ font-size: .75rem; color: #fff; position: absolute; top: 5.3rem; left: 1.75rem; }

.news_list{ width: 16.25rem; margin: 0 auto; }
.news_list ul li{ width: 100%; border-bottom: 1px #f1f1f1 solid; padding: 1.5rem 0; position: relative;}
.news_list ul li .news_img{ width: 100%; overflow: hidden; border-radius: .3rem; display: block; margin: 0 auto; box-shadow: 0 .25rem .5rem rgba(0,0,0,.1)}
.news_list ul li .news_img img{ width: 100%; display: block; transition: .5s }
.news_list ul li .news_info{ width: 100%; padding-top: 1rem;}
.news_list ul li .news_info .news_t{ width: 100%; font-size: .75rem; color: #333; font-weight: bold; display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; transition: .5s}
.news_list ul li .news_info .news_t:hover{ color: #fe7445; }
.news_list ul li .news_info .news_intro{ width: 100%; font-size: .55rem; color: #999; height: 3rem; line-height: 1rem; margin: .5rem 0 1rem;display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3;-webkit-box-orient: vertical; }
.news_list ul li .news_info .time{ font-size: .55rem; color: #333; display: block; }
.news_list ul li .news_info .time:before{ content: ""; display: inline-block; width: .5rem; height: .5rem; background-image: url(img/ico_time.png); background-size: 100% 100%; vertical-align: middle; margin-top: -.1rem; margin-right: .2rem;}


.news_content{ padding: 1rem 1.5rem; position: relative;}
.news_content .back{ font-size: .75rem; color: #333; display: block; width: 3.5rem; float: left; margin-top: .5rem; }
.news_content .back:before{ content: ""; display: inline-block; width: 1.15rem; height: 1rem; background-image: url(img/ico_back.png); background-size: 100% 100%; vertical-align: middle; margin-top: -.1rem; margin-right: .2rem; transition: .5s}
.news_content .news_title{ width: 100%; padding: 1.5rem 0 .5rem; border-bottom: 1px #e5e5e5 solid; text-align: center; clear: both;}
.news_content .news_title h1{ font-size: .9rem; color: #333; display: block; }
.news_content .news_title .news_time{ font-size: .55rem; color: #999; text-align: center; display: block; padding-top: .25rem; }
.news_content .news_title .news_time:before{ content: ""; display: inline-block; width: .6rem; height: .6rem; background-image: url(img/ico_time.png); background-size: 100% 100%; vertical-align: middle; margin-top: -.1rem; margin-right: .2rem;}
.news_content .content{ padding: 1rem 0; font-size: .6rem; color: #666; line-height: 1.1rem; }
.news_content .content *{ font-size: .6rem!important; line-height: 1.1rem!important; max-width: 100%!important; height: auto!important; display: block; margin: 0 auto; text-wrap: initial!important;}
.news_content .content img{ display: block; margin: 0 auto;}

.pagenum_Me{ width: 100%; padding: 1rem 0; clear: both; text-align: center; }
.pagenum_Me ul li{ min-width: 1.2rem; height: 1.2rem; display: inline-block; border-radius: 5px; background-color: #fafafa; font-size: .55rem; text-align: center; line-height: 1.2rem; overflow: hidden; margin: 0 .1rem; }
.pagenum_Me ul li:last-child{ width: 2rem; height: 1.2rem; display: inline-block; border-radius: 5px; background-color: transparent; }
.pagenum_Me ul li a{  min-width: 1.2rem; height: 1.2rem; display: block; white-space: nowrap; color: #666 }
.pagenum_Me ul li.selected{  }
.pagenum_Me ul li.selected a{ color: #fff; background-color: #ff7444}
.pagenum_Me ul li:hover a{ color: #fff; background-color: #ff7444}


.product_body{ width: 100%; height: 100%; overflow: hidden; }

.product{ background-image: url(img/pro_bg_m.jpg); background-size: cover; background-repeat: no-repeat; width:100%; height:100%; position: relative; overflow: hidden;}
.product .inner{width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2;}
.product .ft_dye img{ display: block; position: absolute; }
.product .ft_dye .dye_1{ top: -50px; left: 45px; animation: Dye 8s linear infinite alternate}
.product .ft_dye .dye_2{ top: 20px; right: -20px; animation: Dye 8s 2s linear infinite alternate; width: 55%;}

.product .swiper_product .swiper-product-slide .product_info{ color: #f65172;}
.product .swiper_product .swiper-product-slide .product_info .product_intro{  color:#666;  }
.product .swiper_product .swiper-product-slide .product_info .more{  border: 1px #f65172 solid; color: #f65172; }
.product .swiper_product .swiper-product-slide .product_info .more:hover{  border: 1px #fff solid; color: #f65172; background-color: #fff }

.product .pro_bar{ display: none }

.product .swiper_product{ width: 100%; height: 100%; position: absolute; top: 3.8rem; left: 0; overflow: hidden;}
.product .swiper_product .swiper-product-slide{ width: 100%; position: relative; overflow: hidden;}
.product .swiper_product .swiper-product-slide .product_img{ width: 16rem; height: 10.1rem; margin: 0 auto; border-radius: .3rem; overflow: hidden; box-shadow: 0 .5rem .3rem rgba(0,0,0,.1)}
.product .swiper_product .swiper-product-slide .product_img img{ width: 16rem; height: 10.1rem; display: block; }
.product .swiper_product .swiper-product-slide .pro_icon{ width: 3rem; display: block; position: absolute; top: 12rem; left: 1.3rem;}
.product .swiper_product .swiper-product-slide .pro_icon img{ width: 3rem; display: block; }
.product .swiper_product .swiper-product-slide .product_info{ width: 16rem; margin: 0 auto; color: #f65172; padding-top: 1.5rem}
.product .swiper_product .swiper-product-slide .product_info h1{ font-size: 1.25rem; display: block; padding-top: .5rem; white-space: nowrap; padding-left: 3.3rem;}
.product .swiper_product .swiper-product-slide .product_info h2{ font-size: .55rem; font-weight: normal; display: block; white-space: nowrap; padding-left: 3.3rem; line-height: 1rem;}
.product .swiper_product .swiper-product-slide .product_info .product_intro{ font-size: .55rem; color:#666; line-height: 1rem; padding-top: 1rem; height: 4rem; overflow: hidden; }
.product .swiper_product .swiper-product-slide .product_info .more{ width: 5rem; height: 1.85rem; display: block; line-height: 1.85rem; border-radius: 1.85rem; font-size: .75rem; border: 1px #f65172 solid; color: #f65172; text-align: center; margin-top: 1.2rem;}

.product .scroll_tips{ width: 2rem; height: 2rem; border-radius: 2rem; border: 1px rgba(0,0,0,.2) solid; position: absolute; bottom: 1rem; left: 50%; margin-left: -1rem; z-index: 4; cursor: pointer; transition: .5s }
.product .scroll_tips:before{ width: .2rem; height: .2rem; display: block; content: ""; border-left: 1px #000 solid; border-bottom: 1px #000 solid; position: absolute; top: .78rem; left: .85rem; animation: SlowAction 1s linear infinite alternate;}



.careers_tab{ width: 100%; height: 2rem; border-bottom: 1px #eee solid; text-align: center; font-size: 16px; position: absolute; top: 9rem; left: 0; background-color: #fff; z-index: 5}
.careers_tab a{ width: 50%; display: block; float: left; height: 1.9rem; line-height: 2rem; border-bottom: .1rem #fff solid; color: #333; position: relative; font-size: .6rem;}
.careers_tab a:before{ content: ""; display: block; width: 1.25rem; height: 1.25rem; display: inline-block; vertical-align: middle; margin-top: -.1rem; margin-right: .2rem; background-image: url(img/fico.png); background-size: 200% 200%;}
.careers_tab a:first-child:after{ content: ""; display: block; width: 1px; height: 100%; background-color: #eee; position: absolute; top: 0; right: 0}
.careers_tab a.cur{ color: #ff7444; border-bottom: .1rem #ff7444 solid; }
.careers_tab a.cur:before{ background-position: bottom }
.careers_tab a:first-child:before{ background-position: 0 0 }
.careers_tab a:last-child:before{ background-position: 100% 0 }
.careers_tab a:first-child.cur:before{ background-position: 0 100% }
.careers_tab a:last-child.cur:before{ background-position: 100% 100% }

.fuli{ width: 100%; padding: 1.5rem 0; background-color: #f0f3f5; margin-top: 2rem; }
.fuli .t_box{ width: 100%; text-align: center; }
.fuli .t_box h1{ display: block; font-size: 1.5rem; color: #333; }
.fuli .t_box p{ font-size: .6rem; color: #999; display: block; padding-top: .3rem; letter-spacing: .2rem }
.fuli .fuli_box{ width: 88%; margin: 1rem auto 0; overflow: hidden; }
.fuli .fuli_box ul li{ width: 100%; padding: .5rem 0; border-radius: .3rem; background-color: #fff; margin: .3rem 0; overflow: hidden; }
.fuli .fuli_box ul li .ico{ display: block; width: 6rem; height: 4.75rem; float: left;}
.fuli .fuli_box ul li img{ display: block; width: 100%;}
.fuli .fuli_box ul li span{ font-size: .75rem; color: #333; display: block; float: left; padding-top: .5rem}
.fuli .fuli_box ul li p{ font-size: .6rem; color: #999; line-height: .8rem; padding-top: .25rem; float: left; width: 9.5rem}
.fuli .fuli_box ul li:nth-child(1):hover .ico{ background-image: url(img/fico/fico_1f.jpg); }
.fuli .fuli_box ul li:nth-child(2):hover .ico{ background-image: url(img/fico/fico_2f.jpg); }
.fuli .fuli_box ul li:nth-child(3):hover .ico{ background-image: url(img/fico/fico_3f.jpg); }
.fuli .fuli_box ul li:nth-child(4):hover .ico{ background-image: url(img/fico/fico_4f.jpg); }
.fuli .fuli_box ul li:nth-child(5):hover .ico{ background-image: url(img/fico/fico_5f.jpg); }
.fuli .fuli_box ul li:nth-child(6):hover .ico{ background-image: url(img/fico/fico_6f.jpg); }
.fuli .fuli_box ul li:nth-child(7):hover .ico{ background-image: url(img/fico/fico_7f.jpg); }
.fuli .fuli_box ul li:nth-child(8):hover .ico{ background-image: url(img/fico/fico_8f.jpg); }
.fuli .fuli_box ul li:hover .ico{ animation: Frame 1s steps(24); animation-fill-mode: forwards; transform: translateY(3px); background-size: 100% 2500%;}
.fuli .fuli_box ul li:hover .ico img{ display: none }
@-webkit-keyframes Frame {
	from { background-position-y:0%;  }
	to { background-position-y: 100%;  }
}
@keyframes Frame {
	from { background-position-y:0%;  }
	to { background-position-y: 100%;  }
}


.fuli .fuli_pic{ width: 88%; margin: 1rem auto; }
.fuli .fuli_pic ul{ width: 100%; overflow: hidden; border-radius: .3rem; margin-bottom: .5rem; }
.fuli .fuli_pic ul li{ width:100%; height: 7rem; position: relative; }
.fuli .fuli_pic ul li img{ width: 100%; display: block; }
.fuli .fuli_pic ul li:first-child{ background-color: #fff; height: 4rem; text-align: center;}
.fuli .fuli_pic ul li:first-child h2{ font-weight: normal; font-size: 1rem; color: #333; text-align: center; display:block; padding-top: 1rem; }
.fuli .fuli_pic ul li:first-child span{ font-size: .55rem; color: #999; display: block; line-height: 1rem; }
.fuli .fuli_pic ul li:first-child:before{ content: ""; display: block; width: .8rem; height: .8rem; transform: rotate(45deg); position: absolute; bottom:-.3rem; right: 50%; margin-right: -.4rem; background-color: #fff; z-index: 3}

	

.careers{ width: 100%; background-image: url(img/careers_bg_m.jpg); background-size: 100% auto; background-repeat: no-repeat; background-color: #987865; padding-bottom: 2rem;}
.careers .t_box{ width: 100%; text-align: center; padding-top: 2rem;}
.careers .t_box h1{ display: block; font-size: 1.5rem; color: #fff; }
.careers .t_box p{ font-size: .6rem; color: #c5c0be; display: block; padding-top: .3rem; letter-spacing: .2rem }
.careers .jobs_tab{ width: 16.75rem; margin: 0 auto; padding-top: .5rem; text-align: center; overflow: hidden;}
.careers .jobs_tab a{ text-align: center; height: 1.8rem; line-height: 1.8rem; width: 5.2rem; display: block; float: left; border: 1px #b4b2b8 solid; border-radius: .2rem; margin: .125rem; font-size: .6rem; color: #fff; transition: .5s}
.careers .jobs_tab a:before{ display: inline-block; content: ""; width: 1rem; height: 1rem; vertical-align: middle; margin-top: -.1rem; margin-right: .3rem; background-image: url(img/careers_ico.png); background-size: 600% 200%;}
.careers .jobs_tab a.cur{  color: #fff; background-color: #ff7444;}
.careers .jobs_tab a:hover{  color: #ff7444}
.careers .jobs_tab a:nth-child(1):before{ background-position: 0 0;}
.careers .jobs_tab a:nth-child(2):before{ background-position: 20% 0;}
.careers .jobs_tab a:nth-child(3):before{ background-position: 40% 0;}
.careers .jobs_tab a:nth-child(4):before{ background-position: 60% 0;}
.careers .jobs_tab a:nth-child(5):before{ background-position: 80% 0;}
.careers .jobs_tab a:nth-child(6):before{ background-position: 100% 0;}

.careers .jobs_list{ width: 88%; margin: .5rem auto; }
.careers .jobs_list ul li{ width: 100%; border-radius: .3rem; background-color: rgba(255,255,255,.9); margin: .2rem 0; text-align: center; text-align: left; position: relative; overflow: hidden;}
.careers .jobs_list ul li a{ width: 100%;  padding: .5rem .75rem; display: block; }
.careers .jobs_list ul li h2{ font-size: .65rem; color: #333; font-weight: normal;}
.careers .jobs_list ul li p{ font-size: 14px; color: #999; padding: .3rem 0 .2rem 0 }
.careers .jobs_list ul li .hot{ width: .75rem; height: .9rem; display: block; background-image: url(img/ico_hot.png); background-size: 100% 100%; position: absolute; top: 1rem; right: 1rem;}
.careers .jobs_list ul li .hot:before{ content: "热"; display: block; font-size: .5rem; color: #fff; text-align: center; line-height: .8rem;}
.careers .jobs_list ul li:before{ content: ""; display: block; width: 140px; height: 140px; position: absolute; bottom: -140px; transition: .5s; left: 55%}
.careers .jobs_list ul li.type_1:before{ background-image: url(img/cico_1.png); }
.careers .jobs_list ul li.type_2:before{ background-image: url(img/cico_2.png); }
.careers .jobs_list ul li.type_3:before{ background-image: url(img/cico_3.png); }
.careers .jobs_list ul li.type_4:before{ background-image: url(img/cico_4.png); }
.careers .jobs_list ul li.type_5:before{ background-image: url(img/cico_5.png); }
.careers .jobs_list ul li.type_6:before{ background-image: url(img/cico_6.png); }
.careers .jobs_list ul li:hover{ background-color: #fff; }
.careers .jobs_list ul li:hover:before{ bottom: -50px; }


.careers_wrap .careers_box{ padding: 1.5rem 1.25rem; background-color: #fff; }
.careers_wrap .back{ font-size: .75rem; color: #333; left: 1.25rem; position: relative; margin-top: 1rem; display: block; width: 3rem; white-space: nowrap;}
.careers_wrap .back:before{ content: ""; display: inline-block; width: 1rem; height: .95rem; background-image: url(img/ico_back.png); background-size: 100% 100%; vertical-align: middle; margin-top: -.1rem; margin-right: .2rem; transition: .5s}
.careers_wrap .back:hover:before{ transform: translateX(-.2rem); }
.careers_wrap .careers_box .jobs_title{ width: 100%; padding-bottom: 1rem; border-bottom: 1px #f2f1f1 solid; text-align: center; }
.careers_wrap .careers_box .jobs_title b{ display: block; color: #333; font-size: 1.1rem; }
.careers_wrap .careers_box .jobs_title p{ display: block; font-size: .55rem; color: #666; padding-top: .25rem; }
.careers_wrap .careers_box .careers_content{border-bottom: 1px #f2f1f1 solid; padding-bottom: 1rem;}
.careers_wrap .careers_box .careers_content .txt_box{ width:100%; padding-top: 1.5rem; font-size: .55rem; color: #666; line-height: 1.25rem;}
.careers_wrap .careers_box .careers_content .txt_box b{ font-size: .75rem; color: #333; display: block;}
.careers_wrap .careers_box .email{ width: 250px; height: 50px; display: block; margin: 50px auto 0; border: 1px #ff7444 solid; border-radius: 50px; color: #ff7444; text-align: center; font-size: 15px; line-height: 50px; transition: .5s}
.careers_wrap .careers_box .email:before{ display: inline-block; content: ""; width: 26px; height: 20px; background-image: url(img/ico_email.png); vertical-align: middle; margin-top: -3px; margin-right: 5px; }
.careers_wrap .careers_box .email:hover{ background-color: #ff7444; color: #fff; }
.careers_wrap .careers_box .email:hover:before{ filter: brightness(1000%) }




.aboutus_tab{ width: 100%; height: 2rem; border-bottom: 1px #eee solid; text-align: center; font-size: .55rem; position: absolute; top: 9rem; background-color: #fff; z-index: 5;}
.aboutus_tab a{ width: 25%; display: block; float: left; height: 1.9rem; line-height: 2rem; border-bottom: .1rem #fff solid; color: #333; position: relative;}
.aboutus_tab a:before{ content: ""; display: block; width: 1.5rem; height: 1rem; display: inline-block; vertical-align: middle; margin-top: -.1rem; margin-right: .1rem; background-image: url(img/aboutus_ico.png); background-size: 400% 200%;}
.aboutus_tab a:after{ content: ""; display: block; width: 1px; height: 100%; background-color: #eee; position: absolute; top: 0; right: 0}
.aboutus_tab a:last-child:after{ display: none }
.aboutus_tab a.cur{ color: #ff7444; border-bottom: .1rem #ff7444 solid; }
.aboutus_tab a.cur:before{ background-position: bottom }
.aboutus_tab a:nth-child(1):before{ background-position: 0 0 }
.aboutus_tab a:nth-child(2):before{ background-position: 33.33% 0 }
.aboutus_tab a:nth-child(3):before{ background-position: 66.66% 0 }
.aboutus_tab a:nth-child(4):before{ background-position: 100% 0 }
.aboutus_tab a:nth-child(1):hover:before{ background-position: 0 100% }
.aboutus_tab a:nth-child(2):hover:before{ background-position: 33.33% 100% }
.aboutus_tab a:nth-child(3):hover:before{ background-position: 66.66% 100% }
.aboutus_tab a:nth-child(4):hover:before{ background-position: 100% 100% }
.aboutus_tab a:nth-child(1).cur:before{ background-position: 0 100% }
.aboutus_tab a:nth-child(2).cur:before{ background-position: 33.33% 100% }
.aboutus_tab a:nth-child(3).cur:before{ background-position: 66.66% 100% }
.aboutus_tab a:nth-child(4).cur:before{ background-position: 100% 100% }

.company{ width: 100%; height: 42.75rem; overflow: hidden; position: relative; margin-top: 2rem; }
.company .company_info{ width: 86%; margin: 0 auto; position: relative;}
.company .company_info .t_box{ padding: 1.5rem 0 .75rem; text-align: center;}
.company .company_info .t_box h1{ font-size: 1.5rem; color: #333; display: block; }
.company .company_info .t_box p{ font-size: .55rem; color: #999; letter-spacing: .2rem; padding-top: .2rem; }
.company .company_info .content{ font-size: .55rem; color: #333; line-height: 1rem; }
.company .company_info .content p{ padding: 10px 0; }

.company .company_img{ width: 100%; position: absolute; bottom: 0; z-index: 1}
.company .company_img img{ height: 19rem; display: block; }
.company .company_img_mask{ display: none}
.company .company_img:after{ content: ""; display: block; width: 18.75rem; height: 20.45rem; background-image: url(img/company_img_mask_m.png); background-size: 100% 100%; position: absolute; bottom: 0; left: 0; z-index: 2;}


.history{ padding: 1.5rem 0; height: auto; overflow: hidden; background-color: #f6f6f6; position: relative; z-index: 1}
.history.hide{height: 35rem;}
.history.hide:before{ width: 100%; height: 9rem; content: ""; display: block; background-image: url(img/history_mask.png); background-size: 100% 100%; position: absolute; bottom: 0; left: 0; z-index: 6}
.history:after{ content: ""; width: 100%; height: 1.7rem; display: block; background-image: url(img/history_bg_1.png); background-size: 1.3333% auto; background-repeat: no-repeat; background-position: 19% 0; position: absolute; top: 5.2rem; left: 0%;}

.history .t_box{ padding-bottom: .5rem; text-align: center; }
.history .t_box h1{ font-size: 1.5rem; color: #333; display: block; }
.history .t_box p{ font-size: .55rem; color: #999; letter-spacing: .2rem; padding-top: .2rem; }
.history .show_more{ width: 7.5rem; height: 2rem; line-height: 2rem; border-radius: 2rem; border: 1px #ddd solid; text-align: center; position: absolute; bottom: 1rem; left: 50%; margin-left: -3.75rem; z-index: 7; font-size: .6rem; color: #666; }
.history .show_more:after{ content: ""; display: inline-block; width: .4rem; height: .4rem; border-bottom: 1px #ddd solid; border-left: 1px #ddd solid; vertical-align: middle; margin-top: -.35rem; margin-left: .35rem; transform: rotate(-45deg);}

.swiper_history{ width: 100%; margin-top: 2rem; position: relative; overflow: inherit; background-image: url(img/history_bg_m.png); background-repeat-x: no-repeat; background-position: 19% 0; background-size: 1.3333% auto;}
.swiper_history .swiper-history-slide{ width: 100%; height: 2.5rem; padding: .2rem 0; position: relative;}
.swiper_history .swiper-history-slide .box{ width: 100%; }
.swiper_history .swiper-history-slide .box h2{ font-size: .55rem; color: #333; display: block; font-weight: normal; width: 2rem; float: left; text-align: center; margin-left: 1rem; padding-top: .3rem}
.swiper_history .swiper-history-slide .box p{ font-size: .55rem; color: #fff; float: left; background-image: linear-gradient(to right, #ec9561, #eb6b48); float: left; height: 2rem; border-radius: .3rem; max-width: 12.5rem; padding: 0 .5rem; position: relative; box-sizing: border-box; margin-left: 1.8rem; display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper_history .swiper-history-slide .box p:before{ content: ""; display: block; width: .6rem; height: .6rem; background-color: #ec9561; position: absolute; top: .7rem; left: -.2rem; transform: rotate(45deg); z-index: -1}
.history_button a{display: none }


.honor{ background-color: #f6f6f6; position: relative; width: 100%; height: 21.2rem; background-image: url(img/honor_bg_m.jpg); background-size: 100% 100%;}
.honor .t_box{ padding: 1.5rem 0 1rem; text-align: center; }
.honor .t_box h1{ font-size: 1.5rem; color: #fff; display: block; }
.honor .t_box p{ font-size: .55rem; color: #9dc2ff; letter-spacing: .2rem; padding-top: .2rem; }

.swiper_honor{ width: 100%; position: relative; height: 11.5rem;}
.swiper_honor .swiper-honor-slide{ width: 100%; height: 11.5rem; position: relative;}
.swiper_honor .swiper-honor-slide .box{ width: 16rem; padding-left: 1.85rem; }
.swiper_honor .swiper-honor-slide .box p{ font-size: .55rem; color: #fff; width: 16rem; display: block; line-height: .9rem; padding: .5rem 0; position: relative; transition: .5s; transform: translateX(3rem); opacity: 0;}
.swiper_honor .swiper-honor-slide .box p:before{ content: "-"; margin-right: .25rem; }
.swiper_honor .swiper-honor-slide.swiper-slide-active .box p{ opacity: 1; transform: translateX(0); }
.swiper_honor .swiper-honor-slide .box p:nth-child(1){ transition: .5s .1s}
.swiper_honor .swiper-honor-slide .box p:nth-child(2){ transition: .5s .2s }
.swiper_honor .swiper-honor-slide .box p:nth-child(3){ transition: .5s .3s }
.swiper_honor .swiper-honor-slide .box p:nth-child(4){ transition: .5s .4s }
.swiper_honor .swiper-honor-slide .box p:nth-child(5){ transition: .5s .5s }
.swiper_honor .swiper-honor-slide .box p:nth-child(6){ transition: .5s .6s }
.swiper_honor .swiper-honor-slide .box p:nth-child(7){ transition: .5s .7s }

.swiper_honor .swiper-honor-slide .box.honor_2023 p{ line-height:.7rem; }

.honor_button a{display: none }

.honor .honor_year{ width: 100%; position: absolute; bottom: 0rem; height: 4rem; left: 0; overflow: hidden; }
.honor .honor_year ul{position: absolute; transition: .5s; }
.honor .honor_year ul li{ width: 3.75rem; float: left; font-size: .6rem; color: #b3d5ff; text-align: center; padding-top: 2rem; line-height: 1rem; cursor: pointer; transition: .1s}
.honor .honor_year ul li.cur{ color: #fff; font-size: .75rem; font-weight: bold; }
.honor .honor_year ul li:hover{ color: #fff; }
.honor .honor_year .honor_cur{ position: absolute; width: 1rem; top: .3rem; left: 1.375rem; transition: .8s}


.contact{ width: 100%; height: 41.5rem; position: relative; }
.contact .map_box{ width: 100%; height: 20rem; background-image: url(img/map.jpg); background-size: 300% auto; background-position: 40% 55%; background-repeat: no-repeat; position: relative; overflow: hidden; z-index: 1}
.contact .map{ width: 100%; height: 30rem; overflow: hidden;}
.contact .contact_head{ width: 100%; height: 10.25rem; position: absolute; top: 0; left: 0; z-index: 2; background-color: rgba(255,255,255,.9); z-index: 2}
.contact .contact_head .t_box{ padding: 2rem 0 1rem; text-align: center; }
.contact .contact_head .t_box h1{ font-size: 1.5rem; color: #333; display: block; }
.contact .contact_head .t_box p{ font-size: .55rem; color: #999; letter-spacing: .2rem; padding-top: .2rem; }
.contact .contact_head .soc_box{ width: 93.75%; margin: .2rem auto 0; height: 4rem;}
.contact .contact_head .soc_box ul li{ width: 33.33%; float: left; position: relative; overflow: hidden;}
.contact .contact_head .soc_box ul li i{ width: 1.9rem; height: 1.9rem; display: block; background-image: url(img/contact_ico.png); background-size: 300% 100%; margin: 0 auto;}
.contact .contact_head .soc_box ul li p{ width: 100%; padding-top: .2rem; text-align: center;}
.contact .contact_head .soc_box ul li p span{ display: block; font-size: .6rem; color: #333; }
.contact .contact_head .soc_box ul li p b{ font-weight: normal; display: block; font-size: .55rem; color: #333; line-height: .8rem;}
.contact .contact_head .soc_box ul li:nth-child(1) i{ background-position: 0 0 }
.contact .contact_head .soc_box ul li:nth-child(2) i{ background-position: 50% 0 }
.contact .contact_head .soc_box ul li:nth-child(3) i{ background-position: 100% 0 }
.contact .contact_head .soc_box ul li:after{ width: 1px; height: 4rem; content: ""; display: block; background-color: #eee; position: absolute; top: 0; right: 0 }
.contact .contact_head .soc_box ul li:last-child:after{ display: none }
.contact .contact_head .soc_box ul li .wx{ display: none}

.contact .add_box{ width: 16.25rem; overflow: hidden; margin: 1.5rem auto 0;  }
.contact .add_box .add_img{ display: block; border-radius: .5rem; width: 100%;}
.contact .add_box h2{ display: block; font-weight: normal; font-size: .75rem; color: #333; padding-top: 1rem; text-indent: .3rem;}
.contact .add_box h2:before{ content: ""; display: inline-block; width: .8rem; height: .9rem; background-image: url(img/ico_add.png); background-size: 100% 100%; vertical-align: middle; margin-top: -.1rem; margin-right: .3rem;}
.contact .add_box p{ font-size: .65rem; color: #666; text-indent: .3rem; padding-top: .25rem; }

.culture_tab{ width: 100%; height: 2rem; border-bottom: 1px #eee solid; text-align: center; font-size: .55rem; position: absolute; top: 9rem; background-color: #fff; z-index: 5;}
.culture_tab a{ width: 25%; display: block; float: left; height: 1.9rem; line-height: 2rem; color: #333; position: relative;}
.culture_tab a:before{ content: ""; display: block; width: 1.25rem; height: 1.25rem; display: inline-block; vertical-align: middle; margin-top: -.1rem; margin-right: .2rem; background-image: url(img/culture_ico.png); background-size: 400% 200%;}
.culture_tab a:after{ content: ""; display: block; width: 1px; height: 100%; background-color: #eee; position: absolute; top: 0; right: 0}
.culture_tab a:last-child:after{ display: none }
.culture_tab a.cur{ color: #ff7444; border-bottom: .1rem #ff7444 solid; }
.culture_tab a.cur:before{ background-position: bottom }
.culture_tab a:nth-child(1):before{ background-position: 0 0;}
.culture_tab a:nth-child(2):before{ background-position: 33.33% 0 }
.culture_tab a:nth-child(3):before{ background-position: 66.66% 0 }
.culture_tab a:nth-child(4):before{ background-position: 100% 0 }
.culture_tab a:nth-child(1):hover:before{ background-position: 0 100% }
.culture_tab a:nth-child(2):hover:before{ background-position: 33.33% 100% }
.culture_tab a:nth-child(3):hover:before{ background-position: 66.66% 100% }
.culture_tab a:nth-child(4):hover:before{ background-position: 100% 100% }
.culture_tab a:nth-child(1).cur:before{ background-position: 0 100% }
.culture_tab a:nth-child(2).cur:before{ background-position: 33.33% 100% }
.culture_tab a:nth-child(3).cur:before{ background-position: 66.66% 100% }
.culture_tab a:nth-child(4).cur:before{ background-position: 100% 100% }

.culture_sm{ width: 100%; padding-bottom: .5rem; margin-top: 2rem;}
.culture_sm .t_box{ text-align: center; font-size: .9rem; color: #333; padding: 1.75rem 0 1rem; line-height: 1rem;}
.culture_sm .t_box b{ font-size: 1.25rem; padding-right: .2rem;}
.culture_sm .sm_box{ width: 16.25rem; margin: 0 auto; overflow: hidden; padding-bottom: .5rem}
.culture_sm .sm_box ul li{ width: 100%; margin-bottom: 1rem; border-top-left-radius: .4rem; border-top-right-radius: .4rem; overflow: hidden; background-color: #f4f4f4}
.culture_sm .sm_box ul li .box{ width: 100%; }
.culture_sm .sm_box ul li .box img{ width: 100%; display: block; transition: .5s }
.culture_sm .sm_box ul li:hover .box img{ transform: scale(1.05); }
.culture_sm .sm_box ul li h2{ text-align: center; display: block; font-size: 1rem; color: #333; padding: .7rem 0 .25rem; font-weight: normal; }
.culture_sm .sm_box ul li p{ font-size: .55rem; color: #666; line-height: 1rem; padding:0 1rem .6rem 1rem;}

.culture_yj{ width: 100%; height: 30.5rem; background-image: url(img/culture/y_bg_m.jpg); background-size: 100% 100%;}
.culture_yj .t_box{ text-align: center; font-size: .9rem; color: #333; padding: 1.75rem 0 1rem; line-height: 1rem;}
.culture_yj .t_box b{ font-size: 1.25rem; padding-right: .2rem;}
.culture_yj p{ font-size: .55rem; color: #666; line-height: 1rem; padding: 0 1.2rem; text-align: center; }
.culture_yj .yj_box{ width: 16.25rem; margin: 1rem auto 0; }
.culture_yj .yj_box ul li{ width: 100%; height: 5.85rem; margin-bottom: 1rem; text-align: center; position: relative; border-radius: .3rem; overflow: hidden; box-shadow: 0 .3rem .5rem rgba(0,0,0,.1)}
.culture_yj .yj_box ul li .box{ width: 100%; height: 5.85rem; overflow: hidden; position: relative; background-size: 100% 100%;}
.culture_yj .yj_box ul li:nth-child(1) .box{ background-image: url(img/culture/y_1.png); }
.culture_yj .yj_box ul li:nth-child(2) .box{ background-image: url(img/culture/y_2.png); }
.culture_yj .yj_box ul li:nth-child(3) .box{ background-image: url(img/culture/y_3.png); }
.culture_yj .yj_box ul li img{ width: 3.5rem; display: block; margin: 0 auto; padding-top: .5rem; transition: .5s}
.culture_yj .yj_box ul li span{ font-size: .55rem; color: #fff; display: block; width: 100%; text-align: center; position: absolute; bottom: .7rem; left: 0 }

.culture_jzg{ width: 100%; padding-bottom: 1rem;}
.culture_jzg .t_box{ text-align: center; font-size: .9rem; color: #333; padding: 1.75rem 0 1rem; line-height: 1rem;}
.culture_jzg .t_box b{ font-size: 1.25rem; padding-right: .2rem;}
.culture_jzg .jzg_box{ width: 16.25rem; margin: 0 auto; overflow: hidden;}
.culture_jzg .jzg_box ul li{ width: 100%; margin-bottom: .5rem; border-radius: .3rem; background: #f8f8f8; overflow: hidden; position: relative; padding-bottom: .75rem;}
.culture_jzg .jzg_box ul li h2{ font-size: .8rem; font-weight: normal; color: #333; position: relative; padding: 1rem 0 0 1rem; line-height: 1rem; }
.culture_jzg .jzg_box ul li h2:after{ content: ""; display: block; width: 2rem; height: .12rem; background-color: #f68e5b; position: absolute; top: 2.2rem; left: 1rem; transition: .5s}
.culture_jzg .jzg_box ul li p{ width: 62%; display: block; padding: 1rem 0 0 1rem; font-size: .55rem; color: #666; line-height: .8rem; }
.culture_jzg .jzg_box ul li img{ width: 4rem; height: 4rem; display: block; position: absolute; top: 50%; margin-top: -2rem; right: 6%; }


.culture_life{ background-color: #f0f3f5; margin-top: 2rem;}
.culture_life .t_box{ padding: 1.5rem 0 1rem; text-align: center; }
.culture_life .t_box h1{ font-size: 1.5rem; color: #333; display: block; }
.culture_life .t_box p{ font-size: .55rem; color: #999; letter-spacing: .2rem; padding-top: .2rem; }
.culture_life .life_box{ width: 88%; margin: 0 auto; padding-bottom: 1rem;}
.culture_life .life_box img{ height: 5.4rem; display: block; width: 100%; object-fit: cover;}
.culture_life .life_box ul li{ width: 100%; height: 12rem; background-color: #fff; border-radius: .3rem; position: relative; overflow: hidden; margin-bottom: 1rem; }
.culture_life .life_box ul li .tbox{ width: 100%; height: 6.25rem; position: absolute; bottom: 0; right: 0; z-index: 2;}
.culture_life .life_box ul li .tbox h2{ display: block; text-align: center; font-size: 1rem; color: #333; padding-top: .5rem; }
.culture_life .life_box ul li .tbox p{ padding: .5rem 1rem 1rem; font-size: .55rem; color: #999; line-height: 1rem; }
.culture_life .life_box ul li .tbox a{ width: 100%; height: 12rem; position: absolute; bottom: 0; left: 0; z-index: 3; text-indent: -999px;}
.culture_life .life_box ul li:nth-child(even) img{float: right;}



.pop_imgview{ width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 10; background-color: rgba(0,0,0,.9); background-image: url(/style/img/loader.gif); background-repeat: no-repeat; background-position: center center; background-size: 10% auto; overflow: auto; display: none}
.pop_imgview .imgview_pic{ max-width: 100%; display: block; margin: 0 auto; transition: .5s; padding-bottom: 2rem;}
.pop_imgview .imgview_close{ width: 2rem; height: 1.6rem; display: block; position: fixed; top: 0; right: 0; z-index: 2; background-color: rgba(0,0,0,.8); background-image: url(/style/img/imgview.png); background-size: 500% 100%; transition: transform .5s}
.pop_imgview .imgview_control{ width: 100%; position: fixed; bottom: 0; height: 2rem; background-color: rgba(0,0,0,.8); z-index: 3;}
.pop_imgview .imgview_control a{background-image: url(/style/img/imgview.png); width: 2rem; height: 1.6rem; background-size: 500% 100%; display: block;}
.pop_imgview .imgview_control .imgview_prev{  float: left;  background-position: 25% 0; transition:transform .5s; margin-left: .25rem; margin-top: .2rem}
.pop_imgview .imgview_control .imgview_next{  float: right; background-position: 50% 0; transition:transform .5s; margin-right: .25rem; margin-top: .2rem}
.pop_imgview .imgview_control .imgview_text{ width: 12rem; position: absolute; top: 0; left: 50%; margin-left: -6rem; text-align: center; font-size: .55rem; color: #fff; line-height: 2rem;}



.culture_train{ background-color: #f0f3f5; margin-top: 2rem; }
.culture_train .t_box{ padding: 1.5rem 0 1rem; text-align: center; }
.culture_train .t_box h1{ font-size: 1.5rem; color: #333; display: block; }
.culture_train .t_box p{ font-size: .55rem; color: #999; letter-spacing: .2rem; padding-top: .2rem; }
.culture_train .train_box{ width: 16.25rem; margin: 0 auto; padding-bottom: 1rem; }
.culture_train .train_box .tbox{ font-size: .55rem; color: #666; line-height: 1rem; }
.culture_train .train_box .train_list{ width: 100%; position: relative; margin-top: 1rem;}
.culture_train .train_box .train_list:before{ content: ""; display: block; width: .2rem; height: 86%; background-color: #e6e6e6; position: absolute; top: .5rem; left: 0rem; }
.culture_train .train_box .train_list ul li{ width:15rem; margin-left: 1.25rem; position: relative; margin-bottom: 1rem}
.culture_train .train_box .train_list ul li .box{ width: 100%; border-radius: .3rem; overflow: hidden; box-shadow: 0 .5rem .5rem rgba(0,0,0,.1) }
.culture_train .train_box .train_list ul li .box img{ width: 100%; display: block; }
.culture_train .train_box .train_list ul li p{ font-size: .55rem; color: #333; padding-top: .5rem; line-height:.9rem }
.culture_train .train_box .train_list ul li h2{ font-size: .8rem; padding-bottom: .3rem; color: #ff7444; display: block;  font-weight: normal;white-space: nowrap;}
.culture_train .train_box .train_list ul li:after{ content: ""; display: block; width: .3rem; height: .3rem; border-radius: 20px; background-color: #fff; border: .2rem #fba082 solid; position: absolute; top: .3rem; left: -1.5rem; }



.gongyi{ background-color: #f0f3f5; }
.gongyi .gongyi_box{ width: 16.25rem; margin: 0 auto; padding-bottom: 1rem; font-size: .55rem; color: #333; line-height: 1rem;}
.gongyi .gongyi_box .gy_t{ width: 16.5rem; margin: 0 auto; padding: 1rem 0; font-size: .6rem;}
.gongyi .gongyi_box .gy_t img{ display: block; width: 100%;}
.gongyi .gongyi_box .gy_t p{ display: block; padding-top: .5rem;}
.gongyi .gongyi_box .gy_t p span{ color: #ff7444;}
.gongyi .gongyi_box .gongyi_list{ width: 100%; position: relative; margin-top: 1rem;}
.gongyi .gongyi_box .gongyi_list:before{ content: ""; display: block; width: .2rem; height: 95%; background-color: #e6e6e6; position: absolute; top: 3rem; left: 0rem; }
.gongyi .gongyi_box .gongyi_list ul li{ width:15.55rem; margin-left: 1.25rem; padding: 1rem; box-sizing: border-box; background-color: #fff; border-radius: .5rem; position: relative; margin-bottom: 1rem}
.gongyi .gongyi_box .gongyi_list ul li:before{ content: ""; display: block; width: .5rem; height: .5rem; background-color: #fff; position: absolute; top: 3rem; left: -.25rem; transform: rotate(45deg); }
.gongyi .gongyi_box .gongyi_list ul li .gy_timg{ width: 110%; display: block; pointer-events: none;}
.gongyi .gongyi_box .gongyi_list ul li .box{ width: 100%; overflow: hidden; position: relative; padding-top: .5rem;}
.gongyi .gongyi_box .gongyi_list ul li .box img{ width: 100%; display: block; pointer-events: none;}
.gongyi .gongyi_box .gongyi_list ul li .box .box_t{ width: 100%; height: 100%; position: absolute; top: 0; left: 0 }
.gongyi .gongyi_box .gongyi_list ul li .box .box_t span{ width: 33.33%; height: 50%; padding-top: 18%; box-sizing: border-box; display: block; float: left; text-align: center; font-size: .5rem; white-space: nowrap; color: #eee; }
.gongyi .gongyi_box .gongyi_list ul li .box .box_t span:nth-child(4){ padding-top: 20	%; }
.gongyi .gongyi_box .gongyi_list ul li .box .box_t span:nth-child(5){ padding-top: 20	%; }
.gongyi .gongyi_box .gongyi_list ul li .box .box_t span:nth-child(6){ padding-top: 20	%; }
.gongyi .gongyi_box .gongyi_list ul li p{ font-size: .55rem; color: #333; padding-top: .5rem; }
.gongyi .gongyi_box .gongyi_list ul li h2{ font-size: .8rem; padding-bottom: .3rem; color: #ff7444; display: block;  font-weight: normal;white-space: nowrap;}
.gongyi .gongyi_box .gongyi_list ul li:after{ content: ""; display: block; width: .3rem; height: .3rem; border-radius: 20px; background-color: #fff; border: .2rem #fba082 solid; position: absolute; top: 3rem; left: -1.5rem; }

